home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK1449.ZIP / CONVERT.BAT next >
DOS Batch File  |  1989-10-19  |  5KB  |  87 lines

  1. echo off
  2. cls
  3. echo                  ╔═════════════════════════════════════════════╗
  4. echo                  ║                Q U I Z Z E R                ║
  5. echo                  ║      The Computerized Trivia Challenge      ║
  6. echo                  ╟─────────────────────────────────────────────╢
  7. echo                  ║                 Version 3.0                 ║           
  8. echo                  ║               EZK Data Systems              ║
  9. echo                  ║              Copyright (c) 1989             ║
  10. echo                  ║              All Rights Reserved            ║
  11. echo                  ╚═════════════════════════════════════════════╝
  12. echo                                The CONVERT.BAT file 
  13. echo ───────────────────────────────────────────────────────────────────────────────
  14. echo  This file is used to convert Version 1.0 or Version 2.0 game files for use 
  15. echo  with QUIZZER Version 3.0.  
  16. echo ───────────────────────────────────────────────────────────────────────────────
  17. echo  Version 3.0 comes with Question Disk Volume 1 as did all earlier versions.
  18. echo  If you wish to maintain your current Hall of Fame data you should run the
  19. echo  CONVERT utility.
  20. echo ───────────────────────────────────────────────────────────────────────────────
  21. echo  To abandon this utility at this time press the CTRL and BREAK keys.
  22. echo ───────────────────────────────────────────────────────────────────────────────
  23. echo  You must run this utility from your computer's hard disk. You may not CONVERT
  24. echo  your files on a floppy disk.           
  25. echo To continue,
  26. pause
  27. cls
  28. echo                  ╔═════════════════════════════════════════════╗
  29. echo                  ║                Q U I Z Z E R                ║
  30. echo                  ║      The Computerized Trivia Challenge      ║
  31. echo                  ╟─────────────────────────────────────────────╢
  32. echo                  ║                 Version 3.0                 ║           
  33. echo                  ║               EZK Data Systems              ║
  34. echo                  ║              Copyright (c) 1989             ║
  35. echo                  ║              All Rights Reserved            ║
  36. echo                  ╚═════════════════════════════════════════════╝
  37. echo                                The CONVERT.BAT file 
  38. echo ───────────────────────────────────────────────────────────────────────────────
  39. echo       To convert an earlier version of QUIZZER -
  40. echo         1. If your earlier version of QUIZZER is not on your hard disk,
  41. echo            copy it there before trying to run CONVERT.  You cannot run
  42. echo            it from a floppy disk.
  43. echo         2. Now copy all the version 3.0 files from the floppy disk into
  44. echo            the same directory as your earlier version.
  45. echo         3. Type CONVERT and press the Enter key.
  46. echo       That is all it takes.  CONVERT runs quickly and you may begin using
  47. echo       QUIZZER right away.
  48. echo ───────────────────────────────────────────────────────────────────────────────
  49. echo  If you wish to abandon CONVERT at this time press Ctrl & Break now,
  50. echo  If you are ready to CONVERT your earlier version files,
  51. pause
  52. cls
  53. echo                  ╔═════════════════════════════════════════════╗
  54. echo                  ║                Q U I Z Z E R                ║
  55. echo                  ║      The Computerized Trivia Challenge      ║
  56. echo                  ╟─────────────────────────────────────────────╢
  57. echo                  ║                 Version 3.0                 ║           
  58. echo                  ║               EZK Data Systems              ║
  59. echo                  ║              Copyright (c) 1989             ║
  60. echo                  ║              All Rights Reserved            ║
  61. echo                  ╚═════════════════════════════════════════════╝
  62. echo                                The CONVERT.BAT file 
  63. echo ───────────────────────────────────────────────────────────────────────────────
  64. echo               CONVERSION OF QUIZZER GAME FILES NOW IN PROCESS. . .       
  65. echo ───────────────────────────────────────────────────────────────────────────────
  66. del qzrcats.dbf
  67. del qzrcats.ntx
  68. del qzrgame.dbf
  69. del qzrgame.ntx
  70. del qzrhall.dat
  71. ren qzrhall.dbf qzrhall.dat
  72. del qzrhall.ntx
  73. del qzrhelp.dbf
  74. del qzr.mem
  75. cls
  76. echo                  ╔═════════════════════════════════════════════╗
  77. echo                  ║                Q U I Z Z E R                ║
  78. echo                  ║      The Computerized Trivia Challenge      ║
  79. echo                  ╟─────────────────────────────────────────────╢
  80. echo                  ║                 Version 3.0                 ║           
  81. echo                  ║               EZK Data Systems              ║
  82. echo                  ║              Copyright (c) 1989             ║
  83. echo                  ║              All Rights Reserved            ║
  84. echo                  ╚═════════════════════════════════════════════╝
  85. echo             CONVERSION OF YOUR QUIZZER GAME FILES HAS BEEN COMPLETED.
  86. echo on
  87.